home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / midilang / echo.mpl < prev    next >
Text File  |  1996-02-06  |  723b  |  47 lines

  1. 7620
  2. #
  3. #
  4. #
  5. #    Echo.mpl
  6. #
  7. #    An almost real echo for Midi Keyboard
  8. #           Author           ID               Date
  9. #       ------------    -----------          ---------
  10. #       Serge Sibony    100417,2633          09/06/95
  11. #      
  12. #
  13. # This file is a mpl effect definition used by MidiLang
  14. #    MidiLang can be found at the MidiForum, in the
  15. #         Windows sound media library.
  16. #
  17. # This effect adds real echo to all notes you are playing
  18. #
  19. #
  20. #
  21.  
  22. Label Main
  23.  
  24. v== 1 5            only 4 echos per note
  25.     Goto end
  26. V+= 1 1
  27. Time+= 240
  28. v=v 4 1
  29. v/= 4 5
  30. v+= 4 1.5
  31.  
  32. vel/=V 4
  33. outmidi
  34.  
  35. goto main
  36.  
  37. Label End
  38. v= 1 0
  39. End
  40.  
  41. descript an almost real echo 
  42. descript with decreasing volume
  43.  
  44.